Personal website using Academicpages

less than 1 minute read

Published:

This is a note about useful solutions to debug my personal website using academicpages

source code link

1. Overall structure

  1. Layout
    • _layouts
  2. Navigation tabs
    • _data\navigation
  3. Specific elements, such as how each single post shown up on the blog page, footer etc.
    • Single post preview: _include\archive_single

_sass\footer.scss change the margin_top under footer section

3. How to change the font size in code block?

_sass_base.scss change the margin_top under footer section

4. How to add a grid of buttons for categories/tags of posts?

  • Under layouts, create separate layouts named “category”, “tag”, and “post”.
  • Also under pages, create separte pages (md file, not html) named “category-archive”, “tag-archive”, “year-archive”.
  • Locate _page.scss under _sass folder

5. How to change color of blog post title?

  • Locate _archive.scss under _sass folder

https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/